home *** CD-ROM | disk | FTP | other *** search
/ 3D Games (Spidla) / 3dhry2.iso / Infernal Contractor II 0.1 / IC2-win32-setup-0_1_0.exe / contracts / template-design / contract.xml
Encoding:
Extensible Markup Language  |  2002-10-23  |  1.2 KB  |  34 lines

  1. <?xml version="1.0" standalone="no"?>
  2. <!--
  3. ##############################################################################
  4. #
  5. # This file contains original work by Andy Southgate.  Contact details can be
  6. # found at http://www.mushware.co.uk.  This file was placed in the Public
  7. # Domain by Andy Southgate and Mushware Limited in 2002.
  8. #
  9. # This software carries NO WARRANTY of any kind.
  10. #
  11. ##############################################################################
  12. #
  13. # $Id: contract.xml,v 1.2 2002/07/08 14:22:02 southa Exp $
  14. # $Log: contract.xml,v $
  15. # Revision 1.2  2002/07/08 14:22:02  southa
  16. # Rotated desks
  17. #
  18. # Revision 1.1  2002/07/07 13:25:56  southa
  19. # Template designer
  20. #
  21. -->
  22. <!-- contract definition -->
  23. <contract version="0.0">
  24. <script type="text/core">
  25. configset("SPACES_PATH",$CONTRACT_PATH)
  26. configset("PIXELS_PATH",$CONTRACT_PATH)
  27. configset("WAVES_PATH",$CONTRACT_PATH)
  28. configset("DESIGNER_MAP_NAME",$GLOBAL_SPACES_PATH+'/floormap-template.xml')
  29. loadtilemap('tiles',$GLOBAL_SPACES_PATH+'/tilemap.xml')
  30. loadfloormap('floormap-template',$GLOBAL_SPACES_PATH+'/floormap-template.xml')
  31. loadfloormap('floor',$GLOBAL_SPACES_PATH+'/floormap-template.xml')
  32. </script>
  33. </contract>
  34.